home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / timeline.dir / 00031_Script_31 < prev    next >
Text File  |  1983-01-29  |  373b  |  19 lines

  1. on idle
  2.   global cisei,menuindice,simon,gr,men,funzioni,correlati
  3.   if correlati <> ""  and offset (":",correlati) then
  4.     set tmp to correlati
  5.     toglipopsot
  6.     go to movie tmp
  7.     exit
  8.   end if
  9.   if rollover (47) and not cisei then
  10.     chiamamenubar
  11.     exit  
  12.   end if
  13.   
  14.   if the mouseV < 418  and cisei then
  15.     toglimenubar
  16.   end if
  17.       
  18.  
  19. end